home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
remote
/
mult200.zip
/
DOORBATS.ZIP
/
ZIPSTR.BAT
< prev
Wrap
DOS Batch File
|
1991-12-10
|
318b
|
19 lines
@echo off
echo -----------
echo - zipster -
echo -----------
if exist c:\ra\zinuse.txt goto oops!
rem > c:\ra\zinuse.txt
zipster.exe
del c:\ra\zinuse.txt
goto end
:oops!
if %port% == 0 goto oops!l
type c:\ra\used.txt > com%port%:
goto regend
:oops!l
type c:\ra\used.txt
:regend
dvcomand wait 20
:end